From de64f18dc393af1d32689f3cac727bb44a7dd821 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Thu, 18 Jan 2018 14:51:40 -0500 Subject: [PATCH] Add a missing link in the book for `jobserver`. I don't know what the original intended link destination was, so I chose to link to the GNU Make documentation. --- src/doc/src/reference/environment-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/src/reference/environment-variables.md b/src/doc/src/reference/environment-variables.md index ebe3edf6b..b5f81e2d2 100644 --- a/src/doc/src/reference/environment-variables.md +++ b/src/doc/src/reference/environment-variables.md @@ -125,7 +125,8 @@ let out_dir = env::var("OUT_DIR").unwrap(); [links]: reference/build-scripts.html#the-links-manifest-key [profile]: reference/manifest.html#the-profile-sections [configuration]: https://doc.rust-lang.org/reference/attributes.html#conditional-compilation -[clang]:http://clang.llvm.org/docs/CrossCompilation.html#target-triple +[clang]: http://clang.llvm.org/docs/CrossCompilation.html#target-triple +[jobserver]: https://www.gnu.org/software/make/manual/html_node/Job-Slots.html ### Environment variables Cargo sets for 3rd party subcommands -- 2.30.2